home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / jazclib1.arc / JZBIGFAT.C < prev    next >
Text File  |  1986-04-10  |  142b  |  7 lines

  1. jzbigfat( fttlsect , fsectsize )
  2. unsigned int fttlsect;
  3. int fsectsize;
  4. {
  5.   return((int) (((long) fttlsect * fsectsize) > 2000000L));
  6. }
  7.